In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / AddAnnotationFromXML Method

AddAnnotationFromXML Method (AnnotationManager)

In This Topic
Syntax
'Declaration

 

Public Function AddAnnotationFromXML( _

   ByVal XML As String _

) As Annotation
public Annotation AddAnnotationFromXML( 

   string XML

)
public function AddAnnotationFromXML( 

    XML: String

): Annotation; 
public function AddAnnotationFromXML( 

   XML : String

) : Annotation;
public: Annotation* AddAnnotationFromXML( 

   string* XML

) 
public:

Annotation^ AddAnnotationFromXML( 

   String^ XML

) 

Parameters

XML
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members